home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / prototyp.swf / scripts / frame_6 / PlaceObject2_20_10 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2012-04-23  |  129b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.player.hitTest(this))
  3.    {
  4.       this.gotoAndStop(2);
  5.       _root.score += 1;
  6.    }
  7. }
  8.